home *** CD-ROM | disk | FTP | other *** search
/ Amiga CD-Sensation: Golden Games / Amiga CD-Sensation - Ausgabe 2 - Golden Games (1996)(GTI - Schatztruhe)(DE)[!].iso / Various / AmiOmega / Omega.cnf < prev    next >
Text File  |  1991-08-03  |  2KB  |  62 lines

  1. ; This file is used to set up the path-name.
  2. ; It currently sets up a 2 floppy disk, a hard-disk or a ramdisk system.
  3. ; It must lie in the directory where you start omega from
  4. ;
  5. ; There are 3 path's that are neccessary
  6. ; SAVEPATH  - Where saved games end up
  7. ; LIBPATH   - Where omega searches for it's library
  8. ; LEVELPATH - Where the levels are kept temporarly
  9. ;
  10. ; Besides that you can set 2 names
  11. ; NAME      - Your characters name
  12. ; WIZARD    - If this is set to match NAME you are able to enter wizard-mode
  13. ;
  14. ; OPTIONS   - Lets you define wether you want to see the pictures or not,
  15. ;          plus let's you save the levels in ram: (There is NO check to
  16. ;          see if memory is exceeded, because ramdisk is always filled)
  17. ;             The !picture option is important if you only got a 1meg machine,
  18. ;          the option MUST then be off!
  19. ;          Levels are not automatic saved in ram: you must still change
  20. ;          the path. Default is ramdisk = FALSE, pictures = TRUE
  21. ;
  22. ; It is important that everything is written, even the ':' and '/'
  23. ;
  24. ;
  25. ; Names
  26. ;
  27. #NAME      = Mjoelner
  28. #WIZARD    = Mjoelner
  29. ;
  30. ; floppy-disk
  31. ;
  32. #SAVEPATH  = Omega:OmegaSave/
  33. #LIBPATH   = Omega:OmegaLib/
  34. #LEVELPATH = Omega:Levels/
  35. ;
  36. ;
  37. ; Harddisk
  38. ;
  39. ;#SAVEPATH  = dh1:Omega/OmegaSave/
  40. ;#LIBPATH   = dh1:Omega/OmegaLib/
  41. ;#LEVELPATH = dh1:Omega/Levels/
  42. ;
  43. ;
  44. ; Ramdisk
  45. ;
  46. ;#SAVEPATH  = ram:
  47. ;#LIBPATH   = ram:
  48. #LEVELPATH = ram:
  49. ;
  50. ; Default options
  51. ;
  52. ;#OPTIONS   = !ramdisk,pictures
  53. ;
  54. ; Larger system options
  55. ;
  56. #OPTIONS   = ramdisk, pictures
  57. ;
  58. ; 1meg Amiga options
  59. ;
  60. ;#Options = !ramdisk, !pictures
  61. ;
  62.